web3.js@0.2x.x web3.eth.iban.createIndirect
code:example.js
var i = web3.eth.iban.createIndirect({
institution: "XREG",
identifier: "GAVOFYORK"
});
console.log(i.toString()); // "XE81ETHXREGGAVOFYORK"
参考
https://github.com/ethereum/wiki/wiki/JavaScript-API#web3ethibancreateindirect
#web3.js@0.2x.x
#web3.js